home *** CD-ROM | disk | FTP | other *** search
/ Sears Catalog 2006 Spring/Summer (French Canadian) / SearsCanada-AutomneEte2006-FrenchVersion-WinMac.bin / fr / main.swf / scripts / DefineButton2_80 / BUTTONCONDACTION on(press).as
Text File  |  2005-12-05  |  140b  |  7 lines

  1. on(press){
  2.    bookOff(state);
  3.    quitClip._visible = true;
  4.    this.gotoAndStop("bttnsOff");
  5.    contentClip.gotoAndStop("bttnsOff");
  6. }
  7.